home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 96 / Amiga News 96.iso / amig_ad_os / avm / prog / source / stdplayvoice.avmsrc < prev   
Text File  |  1977-12-31  |  755b  |  40 lines

  1. startrecord=true
  2. label=stdPlayXX
  3. nodetype=8
  4. line1=procedure
  5. line2=parse arg ret
  6. line3=
  7. line4=
  8. line5=
  9. line6=
  10. line7=
  11. line8=
  12. line9=
  13. line10=
  14. nextactiontype=3
  15. nextactionaction=
  16. endrecord=true
  17. startrecord=true
  18. label=
  19. nodetype=7
  20. filename=avm:rexx/status.avm
  21. nextactiontype=3
  22. nextactionaction=
  23. endrecord=true
  24. startrecord=true
  25. label=
  26. nodetype=8
  27. line1=select
  28. line2=  when ret=rs.faxdetected then signal stdfax
  29. line3=  when ret=rs.datadetected then signal stddata
  30. line4=  when ret=rs.busydetected then signal stdbusy
  31. line5=  when ret=rs.signaldetected then signal stdabort
  32. line6=  when ret=rs.overflow then signal stderror
  33. line7=  when ret=rs.error then signal stderror
  34. line8=  otherwise nop
  35. line9=end
  36. line10=
  37. nextactiontype=2
  38. nextactionaction=return
  39. endrecord=true
  40.